iT邦幫忙

0

Git 's Learning Day-Git 常用指令大全(持續更新中)

git
  • 分享至 

  • xImage
  •  

此篇為個人Git學習文章,如觀念有錯誤,也請大家糾正:)

Git 初始化->
Git init
Git 查看狀態->
Git status
Git 添增修改->
Git add file
Git 提交檔案(解完衝突也使用但不加 file)->
Git commit file
Git 提交檔案進階版(可不進入vim)->
Git commit -m ”message” file
Git 查看歷史紀錄(退出q)
Git log
Git 查看歷史紀錄進階
Git log --pretty=oneline <=> git log online <=> git reflog
Git 調整版本(基於hash去做移動)->
git reset --hard
Git 文件比較(如不加file則比較目錄下全部檔案)->
git diff Head(all file)/Head^(前一個版本) file(one file)
Git 分支查看->
git branch -v
Git 分支創建->
git branch name
Git 切換分支
git checkout branch name
Git 分支合併 ->
git merge branch name


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言